Xceed .NET Libraries Documentation
Xceed.SSH.Protocols Assembly / Xceed.SSH.Protocols Namespace / SSHOpenChannelFailedException Class / SSHOpenChannelFailedException Constructor / SSHOpenChannelFailedException Constructor(String,ChannelOpenFailurePayload,String,Object[])


In This Topic
    SSHOpenChannelFailedException Constructor(String,ChannelOpenFailurePayload,String,Object[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal channelType As String, _
       ByVal channelOpenFailurePayload As ChannelOpenFailurePayload, _
       ByVal format As String, _
       ByVal ParamArray args() As Object _
    )
    'Usage
     
    Dim channelType As String
    Dim channelOpenFailurePayload As ChannelOpenFailurePayload
    Dim format As String
    Dim args() As Object
     
    Dim instance As New SSHOpenChannelFailedException(channelType, channelOpenFailurePayload, format, args)
    public SSHOpenChannelFailedException( 
       string channelType,
       ChannelOpenFailurePayload channelOpenFailurePayload,
       string format,
       params object[] args
    )

    Parameters

    channelType
    channelOpenFailurePayload
    format
    args
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also